home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 001-025 / disk_008 / read_me_2 < prev    next >
Text File  |  1992-05-06  |  2KB  |  37 lines

  1. This readme file produced by Fred Fish in the process of adding John's
  2. Hack port to my library of Freely Redistributable Software.
  3.  
  4. John has requested that distributions of modified versions of Hack be
  5. kept to a minimum to avoid aggravation for all concerned.  If you
  6. make changes, please mark them clearly as changes, and send a copy
  7. to John so he can act as a central clearing point for new and enhanced
  8. copies.  Avoid propagating changed versions if at all possible.
  9.  
  10. John has apparently not copyrighted his changes, though he has the
  11. right to do so if he desires, and thus force everyone to abide by
  12. his redistribution rules.  So, please cooperate with him.
  13.  
  14. I have reorganized things slightly from John's original distribution,
  15. but have not changed the source code at all, other than to ifdef out
  16. all references to UNIX signal handling.  John had added a "signal.h"
  17. to the C compiler include directory to keep the compiler happy, but
  18. didn't send it along.  Actually, I would prefer to see the signal
  19. handling stuff abstracted into a more general facility, and placed in
  20. a system dependent file.
  21.  
  22. Because of the size of the source, it is not possible to compile and
  23. link all on one disk.  You may have to fudge around with the following
  24. files to fit your own requirements:
  25.  
  26.     ccall        John's original batch file to compile everything
  27.  
  28.     hack_link    John's original linker command file.
  29.  
  30.     hack_link.fnf    My linker command file to link all the object
  31.             files, after copying them to a blank disk in
  32.             df1:.
  33.  
  34.     Makefile    A make file to control compilation.
  35.  
  36. -Fred   18-Jan-86
  37.